test Platform Dependency
Adds a dependency on the test-framework library or its variant, required for testing plugins.
The version, if absent, is determined by the IntelliJ Platform build number. If the exact version is unavailable, and the BuildFeature.USE_CLOSEST_VERSION_RESOLVING flag is set to true, the closest available version is used, found by scanning all releases in the repository.
Parameters
IntelliJ Platform dependency groupId
IntelliJ Platform dependency artifactId
IntelliJ Platform dependency version
Adds a dependency on the IntelliJ Platform library required for testing plugins.
The version, if absent, is determined by the IntelliJ Platform build number. If the exact version is unavailable, and the BuildFeature.USE_CLOSEST_VERSION_RESOLVING flag is set to true, the closest available version is used, found by scanning all releases in the repository.
Parameters
IntelliJ Platform dependency groupId
IntelliJ Platform dependency artifactId
IntelliJ Platform dependency version